-
These are the two prevalent implementation techniques for virtual machines. I'd like to collect some resources about the trade offs.
On a high level:
- Stack machines are simpler to implement
-…
-
If I've got the class files packed into a jar, and the compiler needs to do type checking against calls into those imported packages, it would need to be able to do some level of disassembly of the cl…
-
Now that the binary-parser PR has been merged, it will give us a decent performance increase if we are able to utilize it when reading attributes.
-
The page https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen says:
> If, instead, you have a more "flat" representation of simple instructions in lists in basic blocks…
-
Issues encountered thus far:
- [x] Minimize reliance on GCC extensions
- [ ] Replace all MSVC-intrinsics on non-MSVC toolchains with adequate alternatives
- [ ] Make PageAllocator work without Windows…
caitp updated
8 years ago
-
System Version: macOS 10.13.4 (17E199)
Kernel Version: Darwin 17.5.0
Openssl 1.0.2o_1
```
Undefined symbols for architecture x86_64:
"_OPENSSL_add_all_algorithms_noconf", referenced from:
…
-
Dear Author,
Could you please look at the possibility of implementing a compiled templates?
Regards,
Pratik Parikh
-
# Bug report
### Bug description:
If writing a `.pyc` file fails (in my case due to a file size limit imposed by `ulimit`), it can leave corrupt data sitting on disk. This causes a crash the _secon…
-
# Shader Mixer Rewrite
Follow up on the shader parser discussion from [my implementation](https://github.com/ykafia/SDSLParser), on @xen2 proposal, here's a RFC where i will detail an implementatio…
-
I am compiling a script like this:
``` java
public Object compile(String script) {
ExecutionContext context = dynjs.getExecutionContext();
JavascriptParser parser = new Javascript…