Nicolas Petton
|
c5348e70ee
Issue #787: Do not create contexts for trivial methods
|
пре 10 година |
Herbert Vojčík
|
cdd56a0fdb
.st: Smalltalk{ current=>} createPackage:
|
пре 10 година |
Herbert Vojčík
|
9c5c368f93
all but IDE: Smalltalk {current=>globals} at:; Smalltalk {current=>}
|
пре 10 година |
Herbert Vojčík
|
ca6ef30c79
replace 'detect:ifNone: =' hacks with anySatisfy:
|
пре 11 година |
Nicolas Petton
|
26a757a05f
reformatting to follow the coding conventions
|
пре 11 година |
Nicolas Petton
|
cc0393227e
removes ValueNode >> xxxDoIt
|
пре 11 година |
Nicolas Petton
|
c42f6a9301
Fixes issue #714
|
пре 11 година |
Nicolas Petton
|
ab78f6e3de
- Avoid too many aliasing due to send indexes (partial fix only)
|
пре 11 година |
Nicolas Petton
|
7211ee8408
- Adds Node >> isReferenced to avoid unneeded aliasing
|
пре 11 година |
Nicolas Petton
|
534caee6f4
Adds SendNode >> shouldBeAliased
|
пре 11 година |
Nicolas Petton
|
b52dbe68b7
- Adds Node >> method
|
пре 11 година |
Nicolas Petton
|
4dd0cc15ff
Fixes VariableNode >> isImmutable
|
пре 11 година |
Nicolas Petton
|
43f2f2fc27
Keep track of the send indexes in the methodNode
|
пре 11 година |
Matthias Springer
|
17e810c689
Remove ClassReferenceNode.
|
пре 11 година |
Nicolas Petton
|
5c06010269
new interpreter passes the tests
|
пре 11 година |
Nicolas Petton
|
1acbf3bf5f
new interpreter based on a stack
|
пре 11 година |
Nicolas Petton
|
777244506c
add Behavior >> #>> and CompiledMethod >> ast
|
пре 11 година |
Nicolas Petton
|
f48b4b375a
Compiler changes:
|
пре 11 година |
Nicolas Petton
|
27d713eff1
Better class comments
|
пре 11 година |
Nicolas Petton
|
f69008ab0f
documentation (class comments)
|
пре 11 година |
Nicolas Petton
|
5c62d4313a
Fixes issue 428:
|
пре 11 година |
Herbert Vojčík
|
8d0d0adde2
Convert spaces to tabs in .st
|
пре 11 година |
Herbert Vojčík
|
2e40ee8a92
createPackage: with only one parameter at the beginning of .st
|
пре 11 година |
Nicolas Petton
|
76860744d2
Fixed issue #326 (again, it was lost in a merge)
|
пре 11 година |
Nicolas Petton
|
0d947e962f
Use continuations in ASTInterpreter for future stepping
|
пре 11 година |
Nicolas Petton
|
e88a04f0c0
Merge branch 'master' into ast-interpreter
|
пре 11 година |
Herbert Vojčík
|
1dbac0d828
Fixes #326. Stops subtree aliasing at block boundary.
|
пре 11 година |
Nicolas Petton
|
4fa9962c27
- Renamed #temporallyDependentList: to #aliasTemporally:
|
пре 11 година |
Nicolas Petton
|
5fe3841359
Merge branch 'master' into ast-interpreter
|
пре 11 година |
Herbert Vojčík
|
8f72367fa6
Not using non-local return.
|
пре 11 година |