Viewing profile — thomaswue
thomaswue
HN member- Joined
- Sun, Aug 18, 2013, 2:20 PM UTC
- HN karma
- 72
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About thomaswue
Recent public activity
-
comment
Comment #45259908
Great to hear! The project will continue to evolve and bring innovation for the developer community.
-
comment
Comment #38865205
What are the constraints on station names - i.e. min length, max length, maximum number of different names?
-
comment
Comment #17579207
This compilation step is only required once when you release your tool. The resulting binary is then providing fast startup and low memory footprint whenever users invoke your tool…
-
comment
Comment #12125563
Yes. Sulong assumes that at least the LLVM bitcode including debug information is available. It does not work with third party machine code binaries where no source information is …
-
comment
Comment #12124902
Yes, this is an excellent description.
-
comment
Comment #12124201
The default when running static languages like C++ or Rust or Go via Sulong is to stick to the memory layout chosen by the programmer. There is no conversion to typical JVM memory …
-
comment
Comment #12123977
It works without common memory layout between Truffle languages. It even simplifies the ability to use diverse physical memory layouts within the same language. The programmer spec…
- comment
-
comment
Comment #12123902
The idea of Truffle language interoperability is to avoid switching the representation at the language boundary. Objects carry their type information with them that includes the se…
-
comment
Comment #10734207
Agreed that this is only research prototype with significant limitations at the moment. Dynamic changes to the graph should however be something in particular a dynamic optimizatio…
-
comment
Comment #6232753
The Graal OpenJDK project is available open source with a GPL license ( http://openjdk.java.net/projects/graal/ ). The Truffle API includes a Classpath exception allowing language …