Displaying 2 results from an estimated 2 matches for "represtation".
Did you mean:
reprentation
2011 Jun 14
0
[LLVMdev] Too many load/store in Machine code represtation
There are a lot of load/store instructions for accessing variable in stack
slot. The following message is use "llc -march=ppc32" command and dump from
MachineFunction.
%reg16384<def> = LWZ 0, <fi#6>; mem:LD4[%b] GPRC:%reg16384
%reg16385<def> = LWZ 0, <fi#5>; mem:LD4[%c] GPRC:%reg16385
%reg16386<def> = ADD4 %reg16384<kill>,
2008 Mar 11
0
support passing dom element to Marker''s setInfoBubble
Hi,
The Marker class has the method setInfoBubble(String html/text).
Unfortunately I am unable to add a DOM element where I need all the event to
fire. If I add the string represtation of the DOM node to setInfoBubble(..),
it renders fine but all the controls no longer fire events. Is there a way
to have the elements in the infoBubble fire events using the current API? If
not would if be possible to add support for infoBubble to accept a DOM node?
I see that Google Maps API supp...