7 research outputs found

    Source to source compiler for the automatic parallelization of JavaScript code

    Get PDF
    This work focuses on the development of a source-to-source compiler for the automatic parallelization of JavaScript code. The proposed compiler transforms the input code to an AST (Abstract syntax tree). Afterward, we applied a dependence analysis, followed by fusion and fission techniques. As a later part, new portions of code are inserted to parallelize specific sections of the original program. From the modified AST obtained, we return a new JavaScript code. From our experimentations, we can conclude that our solution reduces the execution time by parallelizing loops, but only if they do not use significant amounts of data, and the complexity of them is not concentrated in a small number of iterations

    Heuristics Applied to Mutation Testing in an Impure Functional Programming Language

    Get PDF
    The task of elaborating accurate test suites for program testing can be an extensive computational work. Mutation testing is not immune to the problem of being a computational and time-consuming task so that it has found relief in the use of heuristic techniques. The use of Genetic Algorithms in mutation testing has proved to be useful for probing test suites, but it has mainly been enclosed only in the field of imperative programming paradigms. Therefore, we decided to test the feasibility of using Genetic Algorithms for performing mutation testing in functional programming environments. We tested our proposal by making a graph representations of four different functional programs and applied a Genetic Algorithm to generate a population of mutant programs. We found that it is possible to obtain a set of mutants that could find flaws in test suites in functional programming languages. Additionally, we encountered that when a source code increases its number of instructions it was simpler for a genetic algorithm to find a mutant that can avoid all of the test cases

    Search for a light pseudoscalar Higgs boson in the boosted mu mu tau tau final state in proton-proton collisions at root s=13 TeV

    Get PDF
    A search for a light pseudoscalar Higgs boson (a) decaying from the 125 GeV (or a heavier) scalar Higgs boson (H) is performed using the 2016 LHC proton-proton collision data at root s = 13 TeV, corresponding to an integrated luminosity of 35.9 fb(-1), collected by the CMS experiment. The analysis considers gluon fusion and vector boson fusion production of the H, followed by the decay H -> aa -> mu mu tau tau, and considers pseudoscalar masses in the range 3.6 aa -> mu mu tau tau, down to 1.5 (2.0)x10(-4) for m(H) = 125 (300) GeV. Model-dependent limits on B(H -> aa) are set within the context of two Higgs doublets plus singlet models, with the most stringent results obtained for Type-III models. These results extend current LHC searches for heavier a bosons that decay to resolved lepton pairs and provide the first such bounds for an H boson with a mass above 125 GeV.Peer reviewe

    Source to source compiler for the automatic parallelization of JavaScript code

    No full text
    This work focuses on the development of a source-to-source compiler for the automatic parallelization of JavaScript code. The proposed compiler transforms the input code to an AST (Abstract syntax tree). Afterward, we applied a dependence analysis, followed by fusion and fission techniques. As a later part, new portions of code are inserted to parallelize specific sections of the original program. From the modified AST obtained, we return a new JavaScript code. From our experimentations, we can conclude that our solution reduces the execution time by parallelizing loops, but only if they do not use significant amounts of data, and the complexity of them is not concentrated in a small number of iterations

    Evidence for top quark production in nucleus-nucleus collisions

    No full text
    Ultrarelativistic heavy ion collisions recreate in the laboratory the thermodynamical conditions prevailing in the early universe up to 106^{-6} seconds, thereby allowing the study of the quark-gluon plasma (QGP), a state of quantum chromodynamics (QCD) matter with deconfined partons. The top quark, the heaviest elementary particle known, is accessible in nucleus-nucleus collisions at the CERN LHC, and constitutes a novel probe of the QGP. Here, we report the first-ever evidence for the production of top quarks in nucleus-nucleus collisions, using lead-lead collision data at a nucleon-nucleon centre-of-mass energy of 5.02 TeV recorded by the CMS experiment. Two methods are used to measure the cross section for top quark pair production (σttˉ\sigma_\mathrm{t\bar{t}}) via the decay into charged leptons (electrons or muons) and bottom quarks. One method relies on the leptonic information alone, and the second one exploits, in addition, the presence of bottom quarks. The measured cross sections, σttˉ=\sigma_\mathrm{t\bar{t}} = 2.540.74+0.84^{+0.84}_{-0.74} and 2.030.64+0.71^{+0.71}_{-0.64} μ\mub, respectively, are compatible with expectations from scaled proton-proton data and QCD predictions

    Measurement of the inclusive and differential Higgs boson production cross sections in the leptonic WW decay mode at s=\sqrt{s} = 13 TeV

    No full text
    Measurement of the fiducial inclusive and differential production cross sections of the Higgs boson in proton-proton collisions at s=\sqrt{s} = 13 TeV are performed using events where the Higgs boson decays into a pair of W bosons that subsequently decay into a final state with an electron, a muon, and a pair of neutrinos. The analysis is based on data collected with the CMS detector at the LHC during 2016-2018, corresponding to an integrated luminosity of 137 fb1^{-1}. Production cross sections are measured as a function of the transverse momentum of the Higgs boson and the associated jet multiplicity. The Higgs boson signal is extracted and simultaneously unfolded to correct for selection efficiency and resolution effects using maximum-likelihood fits to the observed distributions in data. The integrated fiducial cross section is measured to be 86.5 ±\pm 9.5 fb, consistent with the Standard Model expectation of 82.5 ±\pm 4.2 fb. No significant deviation from the Standard Model expectations is observed in the differential measurements
    corecore