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

[GR-38700] Migrate to the Bytecode DSL #384

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 27, 2024
@DSouzaM
Copy link
Contributor

DSouzaM commented Feb 29, 2024

Copying description from the internal pull request, for usage information:

This PR defines an alternate bytecode interpreter implemented using the Bytecode DSL (PR).

The alternate interpreter is disabled by default, and can be switched on using the system property -Dpython.EnableBytecodeDSLInterpreter=true.

Some useful commands:

  • run on JVM: create the JVM standalone using mx python-jvm and then launch it with --vm.Dpython.EnableBytecodeDSLInterpreter=true.
  • run on NI: create a DSL-specific standalone using mx python-svm-dsl-interpreter.
  • run JUnit tests: mx punittest --no-leak-tests --use-bytecode-dsl-interpreter
  • run GraalPy tests: create a NI standalone (see above) and then mx graalpytest --python {standalone path} {file}
  • run CPython tests: mx python-run-cpython-unittest --use-bytecode-dsl-interpreter {pattern}
  • verify which interpreter is running: evaluate __graalpython__.is_bytecode_dsl_interpreter.

@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch from fb9f164 to 880e2cf Compare March 8, 2024 19:51
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch from b2cff2d to 57e0d30 Compare March 20, 2024 19:44
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch from f7c84aa to 9cb5ef6 Compare April 10, 2024 14:25
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch 2 times, most recently from f76d0c4 to 65aa761 Compare May 30, 2024 21:01
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch from 65aa761 to 3163276 Compare May 31, 2024 20:32
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch from 749358b to 4b05bb0 Compare June 10, 2024 13:56
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch from c4c7282 to 3b93708 Compare July 8, 2024 20:23
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch from f954a9c to 7992ab7 Compare July 19, 2024 19:06
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch 2 times, most recently from 32d9869 to 2b3637e Compare August 23, 2024 16:15
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch 9 times, most recently from ee1f00b to ae3bf90 Compare September 5, 2024 20:45
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch 3 times, most recently from fc3216b to ee3ec93 Compare September 5, 2024 23:05
@graalvmbot graalvmbot force-pushed the mdsouza/GR-38700/operation-dsl branch 2 times, most recently from daf2fdf to 09e02b1 Compare September 18, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants