ObjFW  Diff

Differences From Artifact [3a32fa73f7]:

  • File src/runtime/lookup-asm/lookup-asm-arm-elf.S — part of check-in [0c332aa2d2] at 2013-12-27 02:07:14 on branch trunk — Rework forwarding API and ABI. It matches the Apple API and ABI now and the forwarding handler itself determines whether it should forward or not. This moves handling of +[resolve{Class,Instance}Method:] to the runtime and allows adding new kinds of forwarding without changing the runtime. Also fixes a potential stack problem in the forwarding for MIPS. (user: js size: 1684)

To Artifact [73a7ee9bbf]:

  • File src/runtime/lookup-asm/lookup-asm-arm-elf.S — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js size: 1690)

1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013
 *   Jonathan Schleifer <js@webkeks.org>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.

|







1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014
 *   Jonathan Schleifer <js@webkeks.org>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.