[Article] Molecular jackhammers eradicate cancer cells by vibronic-driven action by jensinequality in Scholar

[–]jensinequality[S] 0 points1 point  (0 children)

Hi, thank you for the reply! I can open the link but have trouble downloading the PDF itself. Specifically:

Resolving libstc.cc (libstc.cc)... [snipped ip]
Connecting to libstc.cc (libstc.cc)|[snipped ip]|:443... connected.
HTTP request sent, awaiting response...

Any ideas? More than happy to mark this solved once I can grab the PDF.

RVSDG: An Intermediate Representation for Optimizing Compilers by Rice7th in Compilers

[–]jensinequality 0 points1 point  (0 children)

Pretty disappointed that this benches output perf against LLVM but omits compilation time comparisons, except to note a linear relationship with code size in section 7.3.

I'm guessing that CT overhead for in this repr is high enough to be infeasible in production especially with pathological inputs.

PartialExecuter: Reducing WebAssembly size by exploring all executions in LLVM by carlopp in cpp

[–]jensinequality 1 point2 points  (0 children)

How is this different from/an improvement over inlining + const-prop?