diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-03-21 19:48:26 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-03-21 19:48:26 -0700 |
commit | 24856d20699818b35f01963e4144c87d1a5c56ff (patch) | |
tree | ade6915ad86dedcc646eec29bcca845d5bf90212 /src/preamble.js | |
parent | 98f6e8924d27246f40f50ec3f75084f1f04b6459 (diff) |
optimize FUNCTION_POINTER and exporting
Diffstat (limited to 'src/preamble.js')
-rw-r--r-- | src/preamble.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/preamble.js b/src/preamble.js index 9f457a5c..a2a66bd6 100644 --- a/src/preamble.js +++ b/src/preamble.js @@ -157,10 +157,6 @@ var START_TIME = Date.now(); function __globalConstructor__() { } -// Maps ints ==> functions. This lets us pass around ints, which are -// actually pointers to functions, and we convert at call()time -var FUNCTION_TABLE = []; - var __THREW__ = false; // Used in checking for thrown exceptions. var __ATEXIT__ = []; |