John Colvin

Results 52 comments of John Colvin

The specifics of the llvm stuff are a bit beyond me, but I ran in to this again and it's quite frustrating. Currently I have this situation: A calls B...

> > What I want: B is not inlined, C is inlined in to B. > > is there any way to suggest / enforce this? > > Can you...

Well maybe... but something is definitely off, because `strtod` gives the right answer (`3fe3333333333333`).

I am now running in to conflicts all the time & the only practical resolution is to trash the lock file and reinstall, which somewhat defeats the point. Unless I'm...

[A bunch of explanation about jmod files](https://stackoverflow.com/a/64202720)

To find java home: `java -XshowSettings:properties -version 2>&1 > /dev/null | grep 'java.home'` Then extract all the class files (and a bunch of other junk) `for fn in /usr/lib/jvm/java-17-openjdk-amd64/jmods/*.jmod; do...

ok, so that last error is fixed by https://github.com/adamdruppe/arsd/pull/371

I am supposed to resting so I'm gonna stop here, but I will just say that the instructions for using jni.d weren't super clear, it's a really cool thing that...

fast enough... takes about a minute on my machine to do the whole java standard library, but it doesn't need doing v. often.

it's also broken in `10.9.7` as well. `10.9.6` is ok.