Herbert Vojčík
|
fead833916
Use function declarations instead of function expressions.
|
12 years ago |
Herbert Vojčík
|
bd54269ae0
Global variables fix.
|
12 years ago |
Herbert Vojčík
|
0bd67d590e
Style issues.
|
12 years ago |
Herbert Vojčík
|
199a302ecb
DRYing Organizer creation.
|
12 years ago |
Herbert Vojčík
|
3c4820aa85
SmalltalkMethodContext faster instatiation.
|
12 years ago |
Nicolas Petton
|
234cbadfd7
Almost got rid of smalltalk.send()
|
12 years ago |
Laurent Laffont
|
ceb675685a
Fix NonBooleanReceiver error not sent when invoking a Boolean method on a non-boolean javascript value
|
12 years ago |
Nicolas Petton
|
0c7e2c6465
Some more comments
|
12 years ago |
Nicolas Petton
|
eb57f240ca
- Working inheritence, method linking and class initialization
|
12 years ago |
Nicolas Petton
|
d4a28a50f9
More changes in the prototype chain and method linking/DNU hanbling
|
12 years ago |
Nicolas Petton
|
8988103417
new bootstrap
|
12 years ago |
Nicolas Petton
|
153e5d4430
Fixed adding nil as method protocol
|
12 years ago |
Nicolas Petton
|
0af9574208
- Organizer class
|
12 years ago |
Nicolas Petton
|
e819f7d4c2
Inlining more selectors
|
12 years ago |
Nicolas Petton
|
da32a13ba2
More inlining edge cases handled
|
12 years ago |
Nicolas Petton
|
c4cf26f527
Inliner improvements
|
12 years ago |
Nicolas Petton
|
bb1b9e419d
More improvements of the compiler.
|
12 years ago |
Nicolas Petton
|
85133ae990
First try at a new compiler architecture
|
12 years ago |
Nicolas Petton
|
809dac7342
Renamed `metaKlass` to `metaclass' and `setupKlass`to `setupClass`
|
12 years ago |
Herbert Vojčík
|
041329efee
Fix to explicitly have value: in any Object.defineProp... call. Now it should work with kriskowal/es5-shim.
|
12 years ago |
Herbert Vojčík
|
242b3f8c68
Methods and common st infrastructure in fn.prototype made non-enumberable.
|
12 years ago |
Nicolas Petton
|
2ed620a330
- Removed smalltalk.setDeploymentMode() as it was not used anymore
|
12 years ago |
Herbert Vojčík
|
0427a9582b
Repetitious recursive calls of init on metaclasses fixed. Load speed improved considerably.
|
12 years ago |
Herbert Vojčík
|
989e3138ca
Speeding boot.js (for-in removed in favour for-i/Object.keys if possible)
|
12 years ago |
Herbert Vojčík
|
440b615b37
Fixes GH-192
|
12 years ago |
Herbert Vojčík
|
61421686d6
Formatting
|
12 years ago |
Nicolas Petton
|
622a8fc5d2
Split the Compiler into 2 classes: AbstractCompiler and Compiler
|
12 years ago |
Herbert Vojčík
|
372449fb40
Optimization of boot.js code for speed using Chrome profiler.
|
12 years ago |
Nicolas Petton
|
722a06ac32
- Added smalltalk.alias() to create class aliases
|
12 years ago |
Nicolas Petton
|
e40ece3612
Don't evaluate JS functions that start with an uppercase letter
|
12 years ago |