search for: glabal

Displaying 2 results from an estimated 2 matches for "glabal".

Did you mean: gloabal
2010 Nov 05
9
[patch] Let's use <%== %> instead of <%= raw() %>
...erforms slightly better since it saves a method call and we can concat a String directly instead of coercing everything to a SafeBuffer - It re-enables the ability of Erubis to behave like Erb in Rails 2 which allows for easier upgrading (You can pass :escape => true to a new Erubis instance or glabally replace the <%= with <%==) https://rails.lighthouseapp.com/projects/8994/tickets/5918-fix-erubis-non-escaping-sequence-patch It''s currently a monkey patch but if there is a chance of this being accepted I can turn it into a proper patch with tests. Comments welcome. -- You rec...
2016 Oct 26
2
Asan code size overhead
Hi Kcc, I'm trying enabling the Asan in my firmware, but I find the asan instrumentation code size impact is too big for me. I just implement necessary firmware version runtime library functions (e.g. __asan_report_load8) with blank body firstly to pass the asan enabled build, but I find the new binary code size is already ~2.5 times as original one with asan disabled in GCC. I know Linux