-
Thank you for the very nice article! I was surprised to see no mention of attributes that can force inlining, even in debug mode.
Could you repeat your benchmarks by using the original lambda-based…
-
If we use `getter-with-setter` as follows:
```
(define-inline (foo x) (car x))
(define-inline (foo-set! x v) (set-car! x v))
(define-inline Foo (getter-with-setter foo foo-set!))
```
`Foo` i…
-
| --- | --- |
| Bugzilla Link | [416760](https://bugs.eclipse.org/bugs/show_bug.cgi?id=416760) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 06, 2013 15:21 EDT |
| Modified | Sep…
-
Proc inlining as currently envisioned is complex, needs to re-implement some of what codegen does, and in many cases produces procs which cannot be pipelined well.
With multi-proc codegen #950 comi…
grebe updated
1 month ago
-
A warning
> Automatically inlined signature for type vec. Use [Derive Signature for vec.] to avoid this.
Is triggered when deriving NoConfusionHom but not when deriving NoConfusion.
I would hav…
-
| --- | --- |
| Bugzilla Link | [458774](https://bugs.eclipse.org/bugs/show_bug.cgi?id=458774) |
| Status | NEW |
| Importance | P3 minor |
| Reported | Jan 29, 2015 16:04 EDT |
| Modified | Oct …
-
I have been trying to run the inlining-demo, but keep running into the same error while [building LLVM](https://github.com/google/ml-compiler-opt/blob/main/docs/inlining-demo/demo.md#build-llvm) for F…
-
The full inlining does not yet work with GOcean based code. Here the issues I have identified so far:
1) GOcean imports `field mod` without listing `r2d_field`, therefore the field type is not known,…
hiker updated
2 months ago
-
The ReJIT profiler test does not pass on the crossgen outerloop lanes. It's not clear to me whether we should expect this to pass; I don't know much about ReJIT but it seems like it might not be conce…
-
| --- | --- |
| Bugzilla Link | [500803](https://bugs.eclipse.org/bugs/show_bug.cgi?id=500803) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 03, 2016 12:30 EDT |
| Modified | Sep…