invoke native methods using a common routine, instead of compiling code specific to each method

This commit is contained in:
Joel Dice
2007-10-01 09:19:15 -06:00
parent 7ecb5b9c30
commit 45dc118ab9
4 changed files with 228 additions and 215 deletions

View File

@ -2847,6 +2847,12 @@ class MyProcessor: public Processor {
return 0;
}
virtual object
nativeInvoker(vm::Thread*)
{
return 0;
}
virtual unsigned
parameterFootprint(vm::Thread*, const char* s, bool static_)
{