Displaying 4 results from an estimated 4 matches for "bobyrev".
2018 Jul 28
2
[cfe-dev] Proposal: pull benchmark library to the LLVM main repository
...unning unittests
with lit. May be something you want to think about.
On Sat, Jul 28, 2018 at 4:04 PM Dean Michael Berris via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> I’m a huge fan of having more benchmarks, and support this proposal.
>
> On Sat, 28 Jul 2018 at 2:16 am, Kirill Bobyrev via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> As a part of upcoming new Clangd symbol index implementation, we would
>> like to start support benchmarks of different Clangd pieces, such as index
>> queries and code completion.
>>
>> There are alr...
2018 Jul 27
2
Proposal: pull benchmark library to the LLVM main repository
...newer version (1.4.1)
in the process of pulling it to the main LLVM repository.
It would be great to get feedback on whether this proposal looks reasonable
to the LLVM Community and having benchmark in the llvm/ repository would be
the best solution to the described problem.
Kind regards,
Kirill Bobyrev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180727/a59e19da/attachment.html>
2018 Aug 02
2
[cfe-dev] Proposal: pull benchmark library to the LLVM main repository
...to land benchmark library
to LLVM core repo and update it to the latest version.
I have not been doing much CMake/project structure before, but I'll start
looking into that next week. I'll reach out to Dominic if anything goes
wrong, thank you for offering assistance!
Kind regards,
Kirill Bobyrev
On Mon, Jul 30, 2018, 9:40 AM Dominic Hamon via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> If you need any help integrating with lit, or any changes made to
> benchmark, please let me know.
>
> On Sun, 29 Jul 2018, 00:34 Chandler Carruth via cfe-dev, <
> cfe-dev at list...
2011 Jul 13
1
Upload large files to BLOB
Hi to all.
I''m working with saving big files(~200mb) directly into db.
I have issue with that.
Caused by increased huge use of free RAM(about 3gb of ram and 3gb of
swap) on stage when file saves to db:
@job.pdf = params[:job][:pdf].read
After this is completed there is still some RAM and swap in use.
Is there some way to optimize that?
p.s. project on rails 3.0.3, uses mysql,