Displaying 8 results from an estimated 8 matches for "_objc_init".
2010 Apr 26
3
[LLVMdev] r102300 breaks Obj-C codegen on Darwin x86
...0x8fe04359 dyld::registerImageStateBatchChangeHandler(dyld_image_states, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 452
8 libSystem.B.dylib 0x958d3892 dyld_register_image_state_change_handler + 98
9 libobjc.A.dylib 0x913d306d _objc_init + 77
10 dyld 0x8fe0ed6d ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 235
11 dyld 0x8fe0d31e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 246
12 dyld...
2010 Apr 26
0
[LLVMdev] r102300 breaks Obj-C codegen on Darwin x86
...cc in __dyld__ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoE ()
#7 0x8fe04359 in __dyld__ZN4dyld36registerImageStateBatchChangeHandlerE17dyld_image_statesPFPKcS0_jPK15dyld_image_infoE ()
#8 0x958d3892 in dyld_register_image_state_change_handler ()
#9 0x913d306d in _objc_init ()
#10 0x8fe0ed6d in __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE ()
#11 0x8fe0d31e in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#12 0x8fe0d2c2 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#13 0x8fe0d2c...
2018 Feb 13
0
Is it possible to execute Objective-C code via LLVM JIT?
...s symbols (this is what I did). I’d be happy to help out someone who wants to do this.
It would be nice to get this working without embedding any of
Objective-C to the host process this is why I am particularly
interested in knowing how to do the work that objc4 does in the
methods such as: objc4/_objc_init, objc4/map_images_nolock and
objc4/_read_images.
My understanding of the goal is to make the lli example from this
thread working:
https://stackoverflow.com/questions/10375324/all-selectors-unrecognised-when-invoking-objective-c-methods-using-the-llvm-exec.
I would be happy to get a hint on which...
2018 Feb 13
2
Is it possible to execute Objective-C code via LLVM JIT?
On 12 Feb 2018, at 22:31, Stanislav Pankevich via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Specifically I explored the latest objc4-723
> from Apple Open Source and it looks like all of the APIs that allow
> the registration of Objective-C classes, selectors, etc. are all very
> private.
The Objective-C runtime provides public APIs for doing all of this. They’re
2018 Feb 14
3
Is it possible to execute Objective-C code via LLVM JIT?
...> It would be nice to get this working without embedding any of
> Objective-C to the host process this is
It’s an optimisation, not a compulsory part of the process.
> why I am particularly
> interested in knowing how to do the work that objc4 does in the
> methods such as: objc4/_objc_init, objc4/map_images_nolock and
> objc4/_read_images.
>
> My understanding of the goal is to make the lli example from this
> thread working:
> https://stackoverflow.com/questions/10375324/all-selectors-unrecognised-when-invoking-objective-c-methods-using-the-llvm-exec.
>
> I wo...
2018 Feb 15
2
Is it possible to execute Objective-C code via LLVM JIT?
...is working without embedding any of
> > Objective-C to the host process this is
>
> It’s an optimisation, not a compulsory part of the process.
>
> > why I am particularly
> > interested in knowing how to do the work that objc4 does in the
> > methods such as: objc4/_objc_init, objc4/map_images_nolock and
> > objc4/_read_images.
> >
> > My understanding of the goal is to make the lli example from this
> > thread working:
> > https://stackoverflow.com/questions/10375324/all-
> selectors-unrecognised-when-invoking-objective-c-methods-
>...
2018 Apr 06
0
Is it possible to execute Objective-C code via LLVM JIT?
...any of
>> > Objective-C to the host process this is
>>
>> It’s an optimisation, not a compulsory part of the process.
>>
>> > why I am particularly
>> > interested in knowing how to do the work that objc4 does in the
>> > methods such as: objc4/_objc_init, objc4/map_images_nolock and
>> > objc4/_read_images.
>> >
>> > My understanding of the goal is to make the lli example from this
>> > thread working:
>> >
>> > https://stackoverflow.com/questions/10375324/all-selectors-unrecognised-when-invokin...
2018 May 03
2
Is it possible to execute Objective-C code via LLVM JIT?
...e-C to the host process this is
> >>
> >> It’s an optimisation, not a compulsory part of the process.
> >>
> >> > why I am particularly
> >> > interested in knowing how to do the work that objc4 does in the
> >> > methods such as: objc4/_objc_init, objc4/map_images_nolock and
> >> > objc4/_read_images.
> >> >
> >> > My understanding of the goal is to make the lli example from this
> >> > thread working:
> >> >
> >> > https://stackoverflow.com/questions/10375324/all-
>...