Displaying 1 result from an estimated 1 matches for "cached_get".
Did you mean:
cache_get
2007 Jan 12
1
compiling vs interpreting
...one layer less
since I don't convert to (probably slower because of various workarounds)
Spidermonkey bytecodes, there's one area less that can fuck up, namely
jsinterp.c - which is hell to debug, because 90% of the code in that file
is inside macros, and you tell me why ELEMENT_OP (2, -1, CACHED_GET (-1))
or whatever crashes. So I hope to get the crashes into my code - I can
easier work around them then without affecting other working code.
Oh, and it's probably faster, too.
- version differences
Flash executes the same bytecode different depending on version. So I have
to add lots of wor...