Comment #6 on issue 192 by [email protected]: Handle assembly in sanitizer tools
http://code.google.com/p/address-sanitizer/issues/detail?id=192

By handling inline assembly, we get .S for free -
they all go through the same AsmParser.

I disagree here - dependencies and memory sizes in inline asm are explicit in asm constraints whereas in AsmParser you'll have to somehow devise them yourself.

it sounds like a very complex task

Well, not much more complex as analyzing assembly and tracking data/control dependencies in AsmParser...


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to