Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/simulation #456

Closed
wants to merge 3 commits into from
Closed

Conversation

QDucasse
Copy link
Contributor

@QDucasse QDucasse commented Sep 13, 2022

Small fixes for the StackInterpreter simulation to execute:

InterpreterStackPages initialize.
options := {
    #ObjectMemory -> #Spur64BitCoMemoryManager.
    #BytesPerWord -> 8
} asDictionary.

c := StackInterpreterSimulator newWithOptions: options.
c openOn: Smalltalk imagePath extraMemory: 100000.
c run.

now fails on file issues.

Commits include:

  • long32 now use unsigned
  • SmartSyntaxPluginTMethod >> setSelector: sel definingClass: class args: argList reordering of local allocations

@QDucasse QDucasse closed this Sep 19, 2022
@QDucasse QDucasse deleted the fix/simulation branch September 19, 2022 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant