Skip to content

Commit

Permalink
Update v8 (plctlab#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
luyahan authored Feb 2, 2024
1 parent 5b5ca4b commit d10077d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 2024/2024-02-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,22 @@
## RuyiSDK 包管理器

## V8
1. 在RISC-V上支持WASM OOB trap handler 特性
5227604: [riscv] Enable OOB trap handler | https://chromium-review.googlesource.com/c/v8/v8/+/5227604
3. 清理maglev,为在RISC-V上实现malgev准备
5252429: [maglev] Replace CompareRoot/JumpIf by JumpIfRoot or JumpIfNotRoot | https://chromium-review.googlesource.com/c/v8/v8/+/5252429
4. V8目前已经可以在Android 上成功运行并执行回归测试
https://github.com/riscv-collab/v8/wiki/How-to-Run-v8-on-Android-RISCV
#### Port 上游
* 5232198: [riscv] Prepare splitting of MemoryChunk Metadata and Header | https://chromium-review.googlesource.com/c/v8/v8/+/5232198
* 5210810: [riscv] Add simd load/store condition in IsLoad/IsStore | https://chromium-review.googlesource.com/c/v8/v8/+/5210810
* 4394942: [riscv] Using s8 as backtrack_stackpointer reg and optimize BranchShortHelper | https://chromium-review.googlesource.com/c/v8/v8/+/4394942
* 5201079: [riscv] Use enum for Conditions in base-constants-riscv.h | https://chromium-review.googlesource.com/c/v8/v8/+/5201079
* 5197210: [riscv][wasm][liftoff] Optimize in-bounds atomic operations | https://chromium-review.googlesource.com/c/v8/v8/+/5197210
* 5190789: [riscv] Implement InstructionAt | https://chromium-review.googlesource.com/c/v8/v8/+/5190789

## Spidermonkey

## OpenJDK Upstream
1. Co-authored JDK-mainline PRs:
Expand Down

0 comments on commit d10077d

Please sign in to comment.