Displaying 6 results from an estimated 6 matches for "get_view".
2013 Nov 15
0
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
...have in the claim_file_hook:
if (code_gen) {
if (lto_codegen_add_module(code_gen, M)) {
(*message)(LDPL_ERROR, "Error linking module: %s",
lto_get_error_message());
return LDPS_ERR;
}
}
lto_module_dispose(M);
In fact, with current gold we call get_view, so the plugin uses the
same fd as gold. It might actually be a bug with gold trying to cache
too many open files.
How are you trying to build it?
Cheers,
Rafael
2013 Nov 14
2
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
On Nov 14, 2013, at 8:19 AM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
> But gold has at most 2 objects loaded at any time.
Are you sure about that? I haven't looked into it but while building Chromium with LTO, I get:
../../third_party/gold/gold64: fatal error: out of file descriptors and couldn't close any
clang: error: linker command failed with exit code 1
2013 Nov 15
2
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
...n) {
> if (lto_codegen_add_module(code_gen, M)) {
> (*message)(LDPL_ERROR, "Error linking module: %s",
> lto_get_error_message());
> return LDPS_ERR;
> }
> }
>
> lto_module_dispose(M);
>
> In fact, with current gold we call get_view, so the plugin uses the
> same fd as gold. It might actually be a bug with gold trying to cache
> too many open files.
>
> How are you trying to build it?
The standard Chromium build system was modified to add -flto -Os to cflags (which I'm assuming in this case also gets passed t...
2013 Nov 15
0
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
...odule(code_gen, M)) {
>> (*message)(LDPL_ERROR, "Error linking module: %s",
>> lto_get_error_message());
>> return LDPS_ERR;
>> }
>> }
>>
>> lto_module_dispose(M);
>>
>> In fact, with current gold we call get_view, so the plugin uses the
>> same fd as gold. It might actually be a bug with gold trying to cache
>> too many open files.
>>
>> How are you trying to build it?
>
> The standard Chromium build system was modified to add -flto -Os to cflags (which I'm assuming in this...
2007 Feb 12
0
[859] trunk/wxruby2/doc/textile/docchildframe.txtl: Added ''methods'' section; removed C++ members
...lt;del>-"Document/view overview":docviewoverview.html, "Frame":frame.html
</del><ins>+<div id="methods">
+* "DocChildFrame.new":#DocChildFrame_new
+* "DocChildFrame#get_document":#DocChildFrame_getdocument
+* "DocChildFrame#get_view":#DocChildFrame_getview
+* "DocChildFrame#on_activate":#DocChildFrame_onactivate
+* "DocChildFrame#on_close_window":#DocChildFrame_onclosewindow
+* "DocChildFrame#set_document":#DocChildFrame_setdocument
+* "DocChildFrame#set_view":#DocChildFrame_setview...
2007 Feb 12
0
[858] trunk/wxruby2/doc/textile/docmdichildframe.txtl: Added ''methods'' section; removed C++ members
..."cx">
</span><del>-h3(#DocMDIChildFrame_mchilddocument). DocMDIChildFrame#m__child_document
</del><ins>+* "DocMDIChildFrame.new":#DocMDIChildFrame_new
+* "DocMDIChildFrame#get_document":#DocMDIChildFrame_getdocument
+* "DocMDIChildFrame#get_view":#DocMDIChildFrame_getview
+* "DocMDIChildFrame#on_activate":#DocMDIChildFrame_onactivate
+* "DocMDIChildFrame#on_close_window":#DocMDIChildFrame_onclosewindow
+* "DocMDIChildFrame#set_document":#DocMDIChildFrame_setdocument
+* "DocMDIChildFrame#set_view"...