Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
Seems to me (by a quick look at the +[UIHardware 
fullScreenApplicationContentRect] asm) that the struct addr is 
shuffled after the receiver and selector parameters, so it starts as r2 in the 
objc_msgSend call. Need to verify 
that this is what the caller is doing and also that this is the behavior that 
struct-returning obj-c methods that 
*we* generate exhibit.

Original comment by [email protected] on 12 Sep 2007 at 5:11

from iphone-dev.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
Sounds fun. That probably explains why my application died horribly when I 
built with the latest toolchain. Glad 
you're on the case. You've done a great job getting this far in just the short 
amount of time since the phone's 
been out. Yeah if I had a nickel for every time I've said "how'd this *ever* 
work?" :)

Original comment by [email protected] on 12 Sep 2007 at 5:50

from iphone-dev.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
I noticed that problem too, wenn calling -[NSValue pointValue], which returns a
struct CGPoint. As a workaround, I can use -[NSValue getValue:], so it's ok for 
now.

Original comment by [email protected] on 12 Sep 2007 at 10:13

from iphone-dev.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024

Original comment by [email protected] on 12 Sep 2007 at 4:01

  • Changed state: Started

from iphone-dev.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 12, 2024
Should be fixed now. It was an ugly change I had made in 0.20 and forgotten 
about, perhaps because I didn't 
fully understand the issue at the time. We have a better solution now.


Original comment by [email protected] on 12 Sep 2007 at 4:25

  • Changed state: Fixed

from iphone-dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.