An open API service indexing awesome lists of open source software.

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.

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
```