Thanks for the explanation. I modified those two locations you mentioned but the build failed during tests. I've been browsing the source code to figure out other dependences but didn't succeed yet. Could you please give me some pointers on where to look at?
Regards, Jiho On Tue, Sep 26, 2017 at 12:22 AM John McCall <rjmcc...@apple.com> wrote: > > On Sep 26, 2017, at 12:56 AM, Jiho Choi via swift-dev < > swift-dev@swift.org> wrote: > > I want to add a field to StrongRefCount class for some experiment, but > the build fails while building self-hosted 'swift-build'. I am using the > version 3.1.1. > > > > Does the shape of StrongRefCount class have any implicit dependence on > other parts of the runtime? > > The size of the heap header is hard-coded in the compiler. There's a > function getHeapHeaderSize in StructLayout.cpp, but you'll also need to > update the definition of RefCountedStructTy in IRGenModule.cpp, and almost > certainly some other places. It's not something that's been carefully > abstracted because it's something we don't really expect to change. > > John. > > > What is the correct way to add a field to this class? > > > > Thanks, > > Jiho > > _______________________________________________ > > swift-dev mailing list > > swift-dev@swift.org > > https://lists.swift.org/mailman/listinfo/swift-dev > >
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev