Vaivaswatha N

Results 48 issues of Vaivaswatha N

The new intrinsic jumps to an absolute address that is fetched from `MEM[$hp]`. This is more versatile than the `__jmpb_ssp` that was previously provided. An immediate advantage being that we...

Without function deduplication, the heuristic that we have for inlining "if a function is called only once, inline it" isn't good enough because identical functions, after they're combined into one...

`inkwell::context::Context` has methods to construct most other types, except vector, array and function types. Providing methods for these would be useful. Currently I see no other way of constructing an...

feature request

The doc comment on the method has the following statement. >GEP is very likely to segfault if indexes are used incorrectly, and is therefore an unsafe function. Maybe we can...

enhancement

## Description This PR introduces a value-numbering based CSE pass. A reference to the algorithm used is mentioned as a comment in `cse.rs`.

The preamble now contains 256 bytes of metadata. The first 8 bytes of the metadata contains a big-endian encoded integer specifying the offset (from the start of the binary) to...

To save excess arguments on the stack, previously we would 1. store the argument using SW with an immediate offset basing from locals-base register. This limits the offset to 12...