https://github.com/localvoid/v8-codegen-tests
Just some tests to explore V8 Code Generation.
https://github.com/localvoid/v8-codegen-tests
Last synced: about 1 year ago
JSON representation
Just some tests to explore V8 Code Generation.
- Host: GitHub
- URL: https://github.com/localvoid/v8-codegen-tests
- Owner: localvoid
- Created: 2023-04-13T05:31:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T06:33:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T06:25:19.802Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V8 CodeGen Tests
Just some tests to explore V8 Code Generation.
## Running Tests
`optcode.sh` - Prints V8 OptCode.
```sh
./optcode.sh tests/var-let.mjs _var
# ^launcher ^test-file ^test-name
```
`bytecode.sh` - Prints V8 ByteCode.
```sh
./bytecode.sh tests/var-let.mjs _var
# ^launcher ^test-file ^test-name
```