のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2014-01-10から1日間の記事一覧

RELEASE_ASSERT

TARGET_BUILD_TYPE=release 53 #ifdef NDEBUG 54 /* Disable ASSERT* macros in release mode. */ 55 #define ASSERTIONS_DISABLED_DEFAULT 1 <=========こっちだな 56 #else 57 #define ASSERTIONS_DISABLED_DEFAULT 0 58 #endif 59 363 /* RELEASE_ASSERT …

WTF::AtomicString::remove

Dump of assembler code for function WTF::AtomicString::remove(WTF::StringImpl*): => 0x72598f0e <+0>: push {r4, r5, lr} 0x72598f10 <+2>: mov r1, r0 0x72598f12 <+4>: ldrb r3, [r0, #11] 0x72598f14 <+6>: sub sp, #28 0x72598f16 <+8>: and.w r0, …