* merged with tip (040f180a056b)
[cacao.git] / src / vm / builtin.h
index 48bec63369ef8e1006770346b7a4e9bf81808202..8856520a17b60a132f6a3ba62cd981a3342d8d34 100644 (file)
@@ -94,6 +94,8 @@ struct builtintable_entry {
 
 bool builtin_init(void);
 
+s4                                     builtintable_get_key(builtintable_entry *);
+builtintable_entry *builtintable_get_by_key(s4 key);
 builtintable_entry *builtintable_get_internal(functionptr fp);
 builtintable_entry *builtintable_get_automatic(s4 opcode);
 
@@ -115,7 +117,7 @@ bool builtintable_replace_function(void *iptr);
  *
  * IMPORTANT:
  * For each builtin function which is used in a BUILTIN* opcode there
- * must be an entry in the builtin_desc table in jit/jit.c.
+ * must be an entry in the tables in vm/builtintable.inc.
  *
  * Below each prototype is either the BUILTIN_ macro definition or a
  * comment specifiying that this function is not used in BUILTIN*