Paul Sokolovsky

Results 646 comments of Paul Sokolovsky

jcmvbkbc commented 11 hours ago This has nothing to do with newlib per se. If you need your text to get to a certain output section in the final binary...

> This has nothing to do with newlib per se. Yes, more with how you configure it for crosstool-NG, but as it lacked a bugtracker, here we go. > If...

nekromant commented 4 hours ago There are 2 hacks that can be done here: The simplest part would be optimize libc for size (-Os) That's there in ct-ng menuconfig. That...

jcmvbkbc commented 25 minutes ago Who said I need that? I wrote "Can you please look into slimming it [newlib] down?" Moving sections to FLASH from IRAM is one of...

> Moving sections to FLASH from IRAM is one of the common ways of fixing the build error you've reported. So, to clarify, that's not what I meant - it's...

Thanks for the response and the info! I guess, it would be helpful to add some of that info to the README. Regarding the state of NanoJIT, quite understood, there's...

@graemedouglas : I much appreciate the detailed response. The references are also very insightful - I watch the embedded databases space, and can't believe I missed so cool things. They...

> I also posted link on HackerNews It worked (doesn't work every time, you know ;-) ) - you now have 10x times more stars and will get more. Which...

Well, I now see that https://github.com/graemedouglas/LittleD/blob/master/src/utils/gen_test_relations.c can be treated as such kind of example, it compiles to ~80K on x86_64. A dedicated, shorter, more commented example would be still better...

The main question here is whether LittleD supports indexes and can use them to fetch ordered results (or each sorting operation is expensive).