Haled Odat
Haled Odat
Hi @rexim :wave: I came across this library while I was watching your youtube video on implementing GC in C (awesome video btw). And thought I'd check it out :)...
Specification: MDN Documentation:
Depends on #3837 This makes `Tagged` be usable in `boa_string` and `boa_engine`.
Specification: MDN Documentation:
Specification: MDN Documentation:
This a WIP PR that transitions the current stack based VM to a register based VM. Changes - [x] Implement mechanism for allocation registers - [ ] Transition all opcodes...
The problem lies in the ability for users to manually construct a `JsValue::Rational` from a `f64` value that fits within an `i32`, as `JsValue` is a public enum. A proposed...
As discussed in #3194 this PR extracts the register allocation logic from #3798 which will be used by both PRs.