search for: trifecta

Displaying 7 results from an estimated 7 matches for "trifecta".

2011 Sep 21
2
[LLVMdev] PIC16 removal details
...t; LLVM is designed for "normal" architectures. The further from > approximately the intersection of x86 and ARM, the more it takes to > use LLVM effectively. PIC16, we learned, is well out there, from > LLVM's perspective. An eight-bit, accumulator based, Harvard ISA is the Trifecta of Doom as far as LLVM is concerned, basically. > As one example, LLVM is built to optimize for machines with numerous > general-purpose registers. It's a stretch to even say that PIC16 has > a single general-purpose register. The PIC16 backend developers > asked for ways to preven...
2011 Sep 21
0
[LLVMdev] PIC16 removal details
The target in this case is 8-bit, accumulator based, however it is Von Neumann; so - good to know it's not *quite* the "Trifecta of Doom". LLVM offers some very attractive features for our usage, and it would be disappointing to abandon it as an option all together. Faced with the alternative being to write the compiler from scratch, is the consensus that doing so will be a better path forward for us than a new LLVM b...
2011 Sep 26
1
[LLVMdev] PIC16 removal details
On Sep 21, 2011, at 4:51 PM, Matthew Hilt wrote: > The target in this case is 8-bit, accumulator based, however it is Von Neumann; so - good to know it's not *quite* the "Trifecta of Doom". LLVM offers some very attractive features for our usage, and it would be disappointing to abandon it as an option all together. Faced with the alternative being to write the compiler from scratch, is the consensus that doing so will be a better path forward for us than a new LLVM b...
2006 Sep 25
0
Ruxcon 2006
...of September to the 1st of October at the University of Technology, Sydney. Doors will open at 8:30am and the first presentation commences at 9:30am. Our presentation list is complete. RUXCON 2006 Presentations [1]: 1. Java Class Deobfuscation - Chris Mitchell 2. Mechanics of the Objective-C Trifecta - Reversing, Runtime Antics, & Exploit Development - Neil Archibald 3. Exploiting OpenBSD - Ben Hawkes 4. Anti-Forensic Rootkits - Darren Bilby 5. Access over Ethernet: Insecurites in AoE - Morgan Marquis-Boire 6. Attacks Against RFID - Josh Perrymon 7. Unusual Bugs - Ilja van Sprundel...
2007 Jul 23
0
Request for review of activesupport patches
I''ve got a test suite trifecta going here; all three need review, comments and (hopefully) approval: http://dev.rubyonrails.org/ticket/9019 "Fix time_with_datetime_fallback on really old dates" This is a bug in time_with_datetime_fallback. The test suite currently fails for me without this patch. http://dev.rubyonra...
2011 Sep 21
0
[LLVMdev] PIC16 removal details
On Sep 20, 2011, at 10:59 PM, Matthew Hilt wrote: > I've been looking closely at LLVM as a means to developing a new toolchain for an MCU core of very similar architecture. To that end, the once included PIC16 backend might be a valuable reference. I found a message in April of this year that indicated it had been dropped from new releases however, and that were it to be resumed "it
2011 Sep 21
3
[LLVMdev] PIC16 removal details
I've been looking closely at LLVM as a means to developing a new toolchain for an MCU core of very similar architecture. To that end, the once included PIC16 backend might be a valuable reference. I found a message in April of this year that indicated it had been dropped from new releases however, and that were it to be resumed "it will be largely a rewrite". I'm wondering if