search for: build_attribute

Displaying 4 results from an estimated 4 matches for "build_attribute".

2010 Nov 13
0
[LLVMdev] Build Attributes Proposal
...> generators etc.  Why add all this new stuff if an existing feature will do? Build attributes are not asm specific, and implementing them in an asm specific keyword seems kludge to me. Not to mention that you lock the IR in a ARM-GNU-ASM specific mode, which is a dead-end. Also, passing ".build_attribute" strings in IR if you're producing ELF doesn't make sense, IMO. In a global array, the indexes are represented directly, only leaving the associated string if additional information is necessary (like CPU name, which is already a string). cheers, --renato
2010 Nov 13
2
[LLVMdev] Build Attributes Proposal
Hi Renato, > On 13 November 2010 10:06, Duncan Sands<baldrick at free.fr> wrote: >> module asm "\09.ident\09\22GCC: (GNU) 4.5.2 20101028 (prerelease) LLVM: >> 118890\22" > > Hi Duncan, > > This could work, but it's very limited. Besides, there's already an MC > build attribute infrastructure, one would have to interpret those > strings
2011 Jun 08
4
Cannot modify SafeBuffer in place
...m rails 3.0.7.rc1 to 3.0.8 today and ran into a problem when rendering haml: TypeError in Pages#home Cannot modify SafeBuffer in place Full Trace: activesupport (3.0.8) lib/active_support/core_ext/string/output_safety.rb:122:in `gsub!'' haml (3.1.1) lib/haml/compiler.rb:382:in `block in build_attributes'' haml (3.1.1) lib/haml/compiler.rb:358:in `each'' haml (3.1.1) lib/haml/compiler.rb:358:in `collect'' haml (3.1.1) lib/haml/compiler.rb:358:in `build_attributes'' haml (3.1.1) lib/haml/compiler.rb:407:in `prerender_tag'' haml (3.1.1) lib/haml/compiler.rb:11...
2010 Nov 13
2
[LLVMdev] Build Attributes Proposal
...y add all this new stuff if an existing feature will do? > > Build attributes are not asm specific, and implementing them in an asm > specific keyword seems kludge to me. Not to mention that you lock the > IR in a ARM-GNU-ASM specific mode, which is a dead-end. Also, passing > ".build_attribute" strings in IR if you're producing ELF doesn't make > sense, IMO. It is hard for me to comment because I don't know anything about these attributes. However, presumably they need to end up in the .s file. I'm pointing out that you can put anything you like into the assembl...