Y
Hacker News
new
|
ask
|
show
|
jobs
by
moonchild
1884 days ago
Since it compiles using llvm, what's the reason for the discrepancy?
Lost information about e.g. aliasing?
1 comments
Others
1883 days ago
Bounds checking, dynamic dispatch is more expensive, wasm semantics have no undefined behavior to exploit for optimizations. And there is bloat in the process. I’m sure losing information effects things as well
link